home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / XPORT.ZIP / XCLONE.DOC < prev    next >
Encoding:
Text File  |  1992-08-31  |  5.4 KB  |  119 lines

  1.  
  2.                        XCLONE - Copy Utility for XPORT.EXE
  3.  
  4.                                    Version 1.3
  5.  
  6.                     Copyright (C) 1992 by Digital Innovations
  7.                               All rights reserved.
  8.  
  9.             If you would like to use XPORT, the D. I. File Transporter,
  10.        but you don't already have a way to transfer files between two
  11.        systems with different disk sizes, or incompatible disk formats
  12.        (or the program you do have just WON'T WORK), this utility will
  13.        allow you to get XPORT.EXE to the system that doesn't have it.
  14.        All you need on the inaccessible system is your DOS disk, with the
  15.        files MODE.COM and DEBUG.COM (or SID.EXE if you are using DR-DOS).
  16.        Just run XCLONE on the system that has XPORT.EXE on it, and follow
  17.        the simple directions.
  18.  
  19.             Basically, you will be following these steps:
  20.  
  21.        1)  Connect a null modem cable to both systems.
  22.  
  23.        2)  Run XCLONE on the source system (be sure XPORT.EXE is in the
  24.            same directory as XCLONE).
  25.  
  26.        3)  Boot the other system - should be at the DOS prompt.
  27.  
  28.        4)  Type "MODE COMx:96,N,8,2", followed by ENTER, then type "CTTY
  29.            COMx", followed by ENTER on the other system - its console
  30.            will now be redirected to the specified serial port.
  31.            (The 'x' in COMx is the port number that the cable is
  32.            connected to, COM1 or COM2).
  33.  
  34.        5)  Hit any key on the source system.  XCLONE will ask you to
  35.            verify the destination drive and directory.  If you approve
  36.            the destination, it will create a copy of XPORT.EXE on the
  37.            other system's disk.
  38.  
  39.             XCLONE takes control of the target system, runs DEBUG (or
  40.        SID if you are using DR-DOS), sends a short loader program to it,
  41.        starts it up and transfers the contents of XPORT.EXE into the
  42.        target system's memory (the transfer and verification process
  43.        takes less than a minute).  It then commands DEBUG to write the
  44.        data to the disk, and names the resulting file XPORT.EXE.  If you
  45.        are using SID under DR-DOS, you will also be prompted to enter the
  46.        number of the COM port to which you have the cable connected, since
  47.        there is no way for XCLONE to automatically determine this under
  48.        SID.
  49.  
  50.             The cable that you use must include a connection between the
  51.        DTR output on the source system and the DSR input on the target,
  52.        and the RTS output on the source and the CTS input on the target;
  53.        this is required by the DOS CTTY function.  Or, you can just connect
  54.        DTR to DSR and RTS to CTS on the target system end of the cable -
  55.        that makes CTTY happy, too.  On some systems, either MODE or CTTY
  56.        doesn't appear to enable DTR, however; in this case, try doing a
  57.        copy of a short file, such as CONFIG.SYS, to the port using COPY
  58.        FILENAME.EXT COMx, before issuing the CTTY COMx command.  DTR should
  59.        then be enabled, allowing CTTY to work.  Recommended cable connections
  60.        are as shown below:
  61.  
  62.                      SOURCE                TARGET
  63.                      (25 pin)              (25 pin)
  64.  
  65.                  DTR (pin 20) ------------ (pin 6) DSR
  66.                  RTS (pin 4)  ------------ (pin 5) CTS
  67.                   TD (pin 2)  ------------ (pin 3) RD
  68.                   RD (pin 3)  ------------ (pin 2) TD
  69.               GROUND (pin 7)  ------------ (pin 7) GROUND
  70.  
  71.  
  72.                      SOURCE                TARGET
  73.                      (9 pin)               (9 pin)
  74.  
  75.                  DTR (pin 4)  ------------ (pin 6) DSR
  76.                  RTS (pin 7)  ------------ (pin 8) CTS
  77.                   TD (pin 3)  ------------ (pin 2) RD
  78.                   RD (pin 2)  ------------ (pin 3) TD
  79.               GROUND (pin 5)  ------------ (pin 5) GROUND
  80.  
  81.  
  82.                      SOURCE                TARGET
  83.                      (25 pin)              (9 pin)
  84.  
  85.                  DTR (pin 20) ------------ (pin 6) DSR
  86.                  RTS (pin 4)  ------------ (pin 8) CTS
  87.                   TD (pin 2)  ------------ (pin 2) RD
  88.                   RD (pin 3)  ------------ (pin 3) TD
  89.               GROUND (pin 7)  ------------ (pin 5) GROUND
  90.  
  91.  
  92.                      SOURCE                TARGET
  93.                      (9 pin)               (25 pin)
  94.  
  95.                  DTR (pin 4)  ------------ (pin 6) DSR
  96.                  RTS (pin 7)  ------------ (pin 5) CTS
  97.                   TD (pin 3)  ------------ (pin 3) RD
  98.                   RD (pin 2)  ------------ (pin 2) TD
  99.               GROUND (pin 5)  ------------ (pin 7) GROUND
  100.  
  101.  
  102.             Universal null modem cables, including all the above
  103.        connections with both types of female connectors on both ends are
  104.        available from various distributors.  One such distributor is
  105.        DALCO Electronics in Franklin, OH, 1-800-445-5342.  Their null
  106.        modem cable part number is 42965.
  107.  
  108.  
  109.             Helpful tip:  If for some reason you have XPORT on one
  110.        system, and XCLONE on the other, and you need to get XCLONE itself
  111.        to the other system, you can transfer XCLONE disguised as XPORT.
  112.        Just copy XCLONE.COM to XPORT.EXE, run XCLONE, and let it transfer
  113.        its disguised copy.  Once transferred, you can then rename it to
  114.        XCLONE.COM on the other system.
  115.  
  116.                                    Ken Logsdon
  117.                                Digital Innovations
  118.  
  119.